home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 130_01 / makedef.h < prev    next >
Text File  |  1985-03-09  |  512b  |  24 lines

  1.  
  2. /*
  3.     These are the definitions for the parameter
  4.     vector which is filled in by the argument()
  5.     function.
  6. */
  7.  
  8. #define MAXVECTOR 32
  9. #define IMMEDIATE 0
  10. #define DRIVE 1
  11. #define DIRECTBOOT 2
  12. #define BOOTADRESS 3
  13. #define PATCH 4
  14. #define PATCHADRESS 5
  15. #define AUTOPATCH 6
  16. #define NOCHECK 7
  17. #define ISBOOT 8
  18. #define TEST 9
  19. #define PATCHBYTE 10
  20. #define MAXPATCH 16
  21.  
  22. #define EOL 0
  23.  
  24.